<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

#slides .next {
	position:absolute;
	top:0px;
	margin-left:225px;
	width:85px;
	height:232px;
	display:block;
	z-index:101;
	 background-repeat: no-repeat; background-position: center;
}
#slides a:hover.next { background-repeat: no-repeat; background-position: center;}
#slides .prev{	position:absolute;
	top:0px;
	margin-left:-90px;
	width:89px;
	height:232px;
	display:block;
	z-index:102;
	background-image: url('images/zuo.png'); background-repeat: no-repeat; background-position: center;}
	#slides a:hover.prev {background-image: url('images/zuo1.png'); background-repeat: no-repeat; background-position: center;}
.slides_container {
	width:824px;
	height:232px;
	overflow:hidden;
	position:relative;
}

#slides .next {
	left:600px;
}



/*下面这些我也不知道是什么回事
	具体应该是点击的按钮吧
*/

.pagination {
	margin:26px auto 0;
	width:100px;
	display:none
}

.pagination li {
	float:left;
	margin:0 1px;display:none
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;display:none
}

.pagination li.current a {
	background-position:0 -12px;display:none
}</pre></body></html>